home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Tools / Mac / MacMake.dfn < prev    next >
Encoding:
Text File  |  1995-11-08  |  2.8 KB  |  103 lines  |  [TEXT/MPS ]

  1. #####################################################################################
  2. # Initialization
  3. #####################################################################################
  4.  
  5. # Make-specific variables have a double leading underscore
  6. # FWTool-specific variables have a single leading underscore
  7. # Shell variables have no leading underscores
  8.  
  9. # Application Variables
  10. __AppName         = undefinedApp
  11. __AppCreator     = 'ODFa'
  12. __AppObjects     =
  13. __AppResources     = 
  14.  
  15. # Framework Variables
  16. __FrameworkName        = ODF
  17. #__FrameworkObjects    = 
  18. __FrameworkResources= 
  19.  
  20. # Component Variables
  21. __ComponentName                = undefinedModule
  22. __StaticComponentName        = obsoleteLIBVariable
  23. __CFMComponentName            = obsoleteCFMVariable
  24. __IDLOnlyTarget                = obsoleteIDEVariable
  25.  
  26. __ComponentObjects             =
  27. __ComponentSourcesFromIDL     =
  28. __ExportedComponentObjects     =
  29. __ComponentResources        = 
  30. __OtherComponentDependencies =
  31.  
  32. # MPW Tool Variables
  33. __ToolName         = undefinedTool
  34. __ToolObjects    = 
  35. __ToolResources    =
  36.  
  37. __IncludeDirs = 
  38. __SourceDirs = 
  39.  
  40. __CIncludeDirs = ∂
  41.     -i "{CIncludes}"
  42.  
  43. # Component specifix options variables
  44. __CPlusOptions = 
  45.  
  46. # System Stuff
  47. # Some of these definitions need to be overridden by 
  48. # a processor-specific (ppc,68k) definition file
  49.  
  50. __InitLibs = 
  51. __SystemObjects =
  52. __SystemLibEquates = 
  53. __OtherObjects =
  54. __PrecompiledHederFile =
  55. __SharedLibraryLinkOptions =
  56. __StaticLibraryLinkOptions =
  57. __PrecompiledHeaderDir = {FWPreCompHdrDir}
  58.  
  59. #####################################################################################
  60. # Defaults
  61. #####################################################################################
  62.  
  63. # ODF static link libraries
  64.  
  65. __FrameworkObjects    = ∂
  66.     "{_FWLibDir}"ODFFound.lib ∂
  67.     "{_FWLibDir}"ODFFramewrk.lib ∂
  68.     "{_FWLibDir}"ODFOS.lib
  69.  
  70. __FrameworkSrcDirs = ∂
  71.     "{ODF}Framewrk:FWGadgts:Sources:" ∂
  72.     "{ODF}Framewrk:FWPart:Sources:"
  73.     
  74. __PrecompiledHeaderFile = ∂
  75.     "{__PrecompiledHeaderDir}"FWHeader.dmp
  76.  
  77. __SystemObjects =  ∂
  78.     "{CFM68KLibraries}"NuCPlusLib.o ∂
  79.     "{CFM68KLibraries}"NuMacRuntime.o ∂
  80.     "{CFM68KLibraries}"NuMathLib.o ∂
  81.     "{CFM68KLibraries}"NuToolLibs.o ∂
  82.     "{SharedLibraries}"DragLib ∂
  83.     "{SharedLibraries}"InterfaceLib ∂
  84.     "{SharedLibraries}"AppleScriptLib ∂
  85.     "{SharedLibraries}"QuickDrawGXLib.slb ∂
  86.     "{SharedLibraries}"somlib ∂
  87.     "{SharedLibraries}"ThreadsLib ∂
  88.     "{SharedLibraries}"StdCLib
  89.  
  90. __OpenDocObjects = ∂
  91.     "{FWOpenDocSDK}Libraries:PEF:Memory Manager.stub" ∂
  92.     "{FWOpenDocSDK}Libraries:PEF:OpenDoc Binding.stub" ∂
  93.     "{FWOpenDocSDK}Libraries:PEF:OpenDoc Core.stub" ∂
  94.     "{FWOpenDocSDK}Libraries:PEF:OpenDoc Imaging.stub" ∂
  95.     "{FWOpenDocSDK}Libraries:PEF:OpenDoc Layout.stub" ∂
  96.     "{FWOpenDocSDK}Libraries:PEF:OpenDoc Messaging.stub" ∂
  97.     "{FWOpenDocSDK}Libraries:PEF:OpenDoc Storage.stub" ∂
  98.     "{FWOpenDocSDK}Libraries:PEF:OpenDoc User Interface.stub" 
  99.  
  100. __SharedLibraryLinkOptions = -xm s -c 'cfmg' -t 'shlb'
  101.  
  102. __ExportVtablesFromModules =
  103.